From 205e1b66ccc1269bb80822b8c82243532af051fd Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Thu, 26 May 2011 14:38:56 +0100 Subject: [PATCH] tools/hotplug/Linux: start all xen daemons in runlevel 2 Signed-off-by: Fabio Fantoni Acked-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/hotplug/Linux/init.d/xen-watchdog | 4 ++-- tools/hotplug/Linux/init.d/xend | 4 ++-- tools/hotplug/Linux/init.d/xendomains | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/hotplug/Linux/init.d/xen-watchdog b/tools/hotplug/Linux/init.d/xen-watchdog index a5b3f6b961..896229c0cc 100644 --- a/tools/hotplug/Linux/init.d/xen-watchdog +++ b/tools/hotplug/Linux/init.d/xen-watchdog @@ -10,8 +10,8 @@ # Should-Start: $syslog $remote_fs # Required-Stop: xend # Should-Stop: $syslog $remote_fs -# Default-Start: 3 4 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Start/stop xen-watchdog # Description: Run domain watchdog daemon. ### END INIT INFO diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend index 6168afea64..1383af5c20 100755 --- a/tools/hotplug/Linux/init.d/xend +++ b/tools/hotplug/Linux/init.d/xend @@ -12,8 +12,8 @@ # Should-Start: # Required-Stop: $syslog $remote_fs xenstored # Should-Stop: -# Default-Start: 3 4 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Start/stop xend # Description: Starts and stops the Xen control daemon. ### END INIT INFO diff --git a/tools/hotplug/Linux/init.d/xendomains b/tools/hotplug/Linux/init.d/xendomains index 8459d234c0..3701caba1a 100644 --- a/tools/hotplug/Linux/init.d/xendomains +++ b/tools/hotplug/Linux/init.d/xendomains @@ -20,8 +20,8 @@ # Should-Start: # Required-Stop: $syslog $remote_fs xend # Should-Stop: -# Default-Start: 3 4 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Start/stop secondary xen domains # Description: Start / stop domains automatically when domain 0 # boots / shuts down. -- 2.30.2